-
Notifications
You must be signed in to change notification settings - Fork 29k
Fix for PR #195 for Java 6 #334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… retain Java 6 compatibility
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. |
|
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13803/ |
|
Jenkins, retest this please. |
|
Merged build triggered. |
|
Merged build started. |
|
We should probably just disable that test - it's been flaky recently. |
|
Merged build finished. All automated tests passed. |
|
All automated tests passed. |
|
Thanks @srowen. I merged this. |
Removing SPARK_EXAMPLES_JAR in the code This re-writes all of the examples to use the `SparkContext.jarOfClass` mechanism for loading the examples jar. This necessary for environments like YARN and the Standalone mode where example programs will be submit from inside the cluster rather than at the client using `./spark-example`. This still leaves SPARK_EXAMPLES_JAR in place in the shell scripts for setting up the classpath if `./spark-example` is run.
Use Java 6's recommended equivalent of Java 7's Logger.getGlobal() to retain Java 6 compatibility. See PR apache#195 Author: Sean Owen <[email protected]> Closes apache#334 from srowen/FixPR195ForJava6 and squashes the following commits: f92fbd3 [Sean Owen] Use Java 6's recommended equivalent of Java 7's Logger.getGlobal() to retain Java 6 compatibility
…tack-e2e-shell-errors Fix some shell errors for cloud-provider-openstack docker image building
…MapR secure cluster (apache#334)
Use Java 6's recommended equivalent of Java 7's Logger.getGlobal() to retain Java 6 compatibility. See PR #195